From: Michael Albinus Date: Sun, 11 Oct 2009 14:02:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~9949 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b4e654eaca5eab6337a9a690ba143894cb374e40;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 523431ede66..6ee4ffccb25 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,31 @@ +2009-10-11 Michael Albinus + + * net/tramp.el (tramp-local-host-p): Function shall return nil for + connection methods like smb. + + * net/tramp-cache.el (tramp-flush-connection-property): The hash + can be empty. + + * net/tramp-smb.el (tramp-smb-errors): Add error messages. + (tramp-smb-file-name-handler-alist): Add handlers for + `add-name-to-file', `make-symbolic-link'. + (tramp-smb-handle-add-name-to-file) + (tramp-do-file-attributes-with-stat) + (tramp-smb-handle-make-symbolic-link) + (tramp-smb-get-cifs-capabilities): New defuns. + (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file) + (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file) + (tramp-smb-handle-file-local-copy) + (tramp-smb-handle-make-directory-internal) + (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): The + file name syntax depends on cifs capabilities. + (tramp-smb-handle-file-attributes); Call + `tramp-do-file-attributes-with-stat' if possible. + (tramp-smb-handle-insert-directory): Use posix attributes if + possible. + (tramp-smb-handle-set-file-modes): It is applicable for posix + only. + 2009-10-11 Chong Yidong * emacs-lisp/eieio.el: Avoid requiring cl at runtime.